home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / lib / _Sanitize next >
Text File  |  1995-05-04  |  2KB  |  156 lines

  1. # .Sanitize for xconq/lib.
  2.  
  3. # Each directory to survive its way into a release will need a file
  4. # like this one called "./.Sanitize".  All keyword lines must exist,
  5. # and must exist in the order specified by this file.  Each directory
  6. # in the tree will be processed, top down, in the following order.
  7.  
  8. # Hash started lines like this one are comments and will be deleted
  9. # before anything else is done.  Blank lines will also be squashed
  10. # out.
  11.  
  12. # The lines between the "Do-first:" line and the "Things-to-keep:"
  13. # line are executed as a /bin/sh shell script before anything else is
  14. # done in this directory.
  15.  
  16. Do-first:
  17.  
  18. # All files listed between the "Things-to-keep:" line and the
  19. # "Do-last:" line will be kept.  All other files will be removed.
  20. # Directories listed in this section will have their own Sanitize
  21. # called.  Directories not listed will be removed in their entirety
  22. # with rm -rf.
  23.  
  24. Things-to-keep:
  25.  
  26. Makefile.in
  27. 1756.g
  28. 1757.g
  29. 1805.g
  30. aircraft.imf
  31. ancient.imf
  32. arms.imf
  33. cave.g
  34. cherbourg.g
  35. chess.g
  36. classic.g
  37. configure.in
  38. cobra.g
  39. colors.imf
  40. coral-sea.g
  41. crater-lake.g
  42. duel.g
  43. dwellings.imf
  44. earth-1deg.g
  45. earth-50km.g
  46. emblems.imf
  47. empire.g
  48. eur-100km.g
  49. eur-50km.g
  50. fantasy.imf
  51. feb-1917.g
  52. flags.imf
  53. flattop.g
  54. friedrich.g
  55. galaxy.g
  56. game.dir
  57. gettysburg.g
  58. greek.g
  59. hill.g
  60. imf.dir
  61. insects.imf
  62. intro.g
  63. magellan.g
  64. magnusvew.g
  65. makedir.pl
  66. makedir.sh
  67. mars.g
  68. midearth.g
  69. midway.g
  70. milsym.imf
  71. misc.imf
  72. mod-usa.g
  73. mod-world.g
  74. modern.g
  75. monster.g
  76. mormon.g
  77. napoleon.g
  78. nat-names.g
  79. neurope.g
  80. news.txt
  81. ng-american.g
  82. ng-chinese.g
  83. ng-english.g
  84. ng-german.g
  85. ng-italian.g
  86. ng-japanese.g
  87. ng-nickname.g
  88. ng-ships.g
  89. ng-weird.g
  90. normandy.g
  91. nw-europe.g
  92. ob-nor-alld.g
  93. ob-nor-axis.g
  94. old-empire.g
  95. p-e1-1938.g
  96. panzer.g
  97. pearl.g
  98. pelops.g
  99. quest.g
  100. red-october.g
  101. ring-quest.g
  102. rising-sun.g
  103. rom-civ-war.g
  104. roman.g
  105. russian-rev.g
  106. sf.imf
  107. ships.imf
  108. simple.g
  109. standard.g
  110. standard.imf
  111. stdterr.g
  112. stdunit.g
  113. steppes.g
  114. t-cent-eur.g
  115. t-eastmed.g
  116. t-midearth.g
  117. t-normandy.g
  118. t-nw-eur.g
  119. t-pacific.g
  120. t-roman.g
  121. t-russia.g
  122. tank.g
  123. tanks.imf
  124. terrain.imf
  125. tokyo.g
  126. town-names.g
  127. u-e1-1938.g
  128. u-e1-1987.g
  129. u-eur-1942.g
  130. u-greek.g
  131. u-midearth.g
  132. u-normandy.g
  133. u-rus-1910.g
  134. voyages.g
  135. ww2-38.g
  136. ww2-39.g
  137. ww2-42.g
  138. ww2-adv.g
  139. ww2-bn.g
  140. ww2-div-eur.g
  141. ww2-div-pac.g
  142. ww2-eur-42.g
  143. ww2s-42.g
  144. ww2s-eur-42.g
  145. ww2-stdunit.g
  146.  
  147. Things-to-lose:
  148.  
  149. # The lines between the "Do-last:" line and the end of the file
  150. # are executed as a /bin/sh shell script after everything else is
  151. # done.
  152.  
  153. Do-last:
  154.  
  155. # eof
  156.